home *** CD-ROM | disk | FTP | other *** search
- Short: MUI List clone with horiz scroll and much more...
- Author: masson@iutsoph.unice.fr (Gilles Masson)
- Uploader: masson@iutsoph.unice.fr (Gilles Masson)
- Type: dev/mui
- Requires: MUI 3.6+ , OS 2.x (V37+).
- Version: 0.84
-
- (27.05.98)
-
- This is a MUI List/Listview/Floattext clone, named
- NList.mcc/NListview.mcc/NFloattext.mcc, which is a public
- mcc class for MUI.
-
- Actually the horizontal scrolling is fully supported, there are
- smooth scrolling, word wrap support, built-in copy to clipboard,
- classic char selection possibility, drag and drop and many other
- features. The user can change the column width with mouse and
- column titles can act as buttons.
-
- There is a pref class NListviews.mcp with it, which permit the
- user to choose all default backgrounds, pens and fonts, scrollbars
- mode, drag and drop mode and qualifier, multiselect mode and some
- others.
-
-
- Include is now a Floattext.mui replacement which use NFloattext.mcc,
- permitting copy to clipboard and key moving.
-
-
- Current MCC_NList classes versions are :
-
- NListview.mcc 19.90 27.05.98
- NListview.mcc 19.60 13.04.98
- NFloattext.mcc 19.46 13.04.98
- NListviews.mcp 19.56 27.05.98
-
-
-
- Changes since NList 0.82 (04.05.98)
- ***********************************
-
- * NList.mcc 19.90 27.05.98
- - fixed A stupid bug made Auto/FullAuto scrollers "freeze" the object when they
- appear the first time the object is drawn.
-
- * NList.mcc 19.89 25.05.98
- - fixed Now the MUI window refresh is forced before trying to redraw anything else
- in the list (this case happen only in simple refresh mode). It was not done,
- so in some cases the drawing was clipped by the intuition refresh clipping !
- - fixed There were some other refresh problems with the Redraw method when using
- simple refresh mode.
- - fixed There were a little drawing bug while (simple) refresh at bottom of list.
- - fixed Notifies were always done asynchronously (!), not done any more.
- - fixed XEN buttons (and perhaps other ones ?) in NList objects had a little redraw
- position problem.
- - fixed Having the last column less large than the remaining right space with a
- separator bar is now possible (it can avoid the need of an extra empty column).
- - fixed Use of graphic tablet instead of mouse should work again (i hope).
- - fixed The copy to clipboard shortkeys unselect the area.
- - added Read only list in char selection make auto copy to clipboard.
-
-